-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
36 lines (31 loc) · 1.05 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: Hash Viewer
author:
name: "Matthew Wildrick Thomas"
website: "https://www.matthewthom.as"
tagline: "Share Math and Markdown"
description: "Hash Viewer lets you display and share Markdown, HTML, and LaTeX without any server side-components. It works by storing page content in the URL."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://hash.mwt.me" # the base hostname & protocol for your site, e.g. http://example.com
social:
name: Hash Viewer
links:
- "https://github.com/mwt/hash-viewer"
- "https://www.producthunt.com/posts/hash-viewer"
- "https://angel.co/projects/1258295-hash-viewer"
- "https://alternativeto.net/software/hash-viewer/about/"
- "https://devmesh.intel.com/projects/hash-viewer"
# Build settings
markdown: kramdown
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-octicons
- jemoji
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- README.md