Skip to content

Instantly share code, notes, and snippets.

@groundh0g
Last active May 26, 2023 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save groundh0g/8a26c3a96bab02bb32d4aedc80465a9a to your computer and use it in GitHub Desktop.
Save groundh0g/8a26c3a96bab02bb32d4aedc80465a9a to your computer and use it in GitHub Desktop.
config.md options
---
...
analytics:
provider: false # one of: false | google | matomo | getclicky | mixpanel | gauges
siteid: G-0000000000
baseurl: # only used by matomo; ex: mysite.com/piwik
comments:
provider: false # one of: false | facebook | disqus | intensedebate | duoshuo
siteid: 0000000000000000
...
---
---
...
customize:
http404: sticky # one of: badge | default | dog | droids | glass | link | milk | monster | potty | shrug | sticky | tweet | zork
...
---
---
...
customize:
theme: darkly # one of: cerulean | cosmo | cyborg | darkly | default | flatly | journal | litera | lumen | lux | materia | minty | morph | pulse | sandstone | simplex | sketchy | slate | solar | spacelab | superhero | united | vapor | yeti | zephyr
...
---
---
...
customize:
theme: darkly # one of: cerulean | cosmo | cyborg | darkly | default | flatly | journal | litera | lumen | lux | materia | minty | morph | pulse | sandstone | simplex | sketchy | slate | solar | spacelab | superhero | united | vapor | yeti | zephyr
http404: sticky # one of: badge | default | dog | droids | glass | link | milk | monster | potty | shrug | sticky | tweet | zork
width: padded # one of: default | padded | full
background: dark # one of: dark | light | none
---
---
...
build:
use_cdn: true # use CDN for 3rd-party scripts and styles?
---
// add dotted underline to the active navbar menu item
.navbar-dark .nav-link.active.underlineActive {
border-bottom: 2px dotted white;
}
.navbar-light .nav-link.active.underlineActive {
border-bottom: 2px dotted black;
}
---
layout: page
...
showTitle: false
carousel:
id: carouselExample
linkHeaders: true # link to anchors of slugs for titles?
items:
- item: Projects
image: /assets/images/content/carousels/undraw-in-progress.png
brief: New project or work-in-progress.<br/>Create projects pages that attract.
- item: Collaborate and Attribute
image: /assets/images/content/carousels/undraw-collaborate.png
brief: Some projects take a team.<br/>Share the load and the credit.
- item: Live Config Edits
image: /assets/images/content/carousels/undraw-live-config.png
brief: Jekyll forces restarts after config edits.<br/>Tweak settings and see them right away.
- item: 404 Pages
image: /assets/images/content/carousels/undraw-404.png
brief: Free yourself from boring 404 pages.<br/>Select from more than a dozen options.
- item: Themes
image: /assets/images/content/carousels/undraw-themes.png
brief: Look different. Choose a theme.<br/>Powered by [Bootswatch](https://bootswatch.com/).
...
...
---
{% include carousel.widget %}
{% include hr.widget %}
Your content is simple markdown text files (in the popular [GFM format](https://github.github.com/gfm/#what-is-markdown-)), and images. And your content is mobile-friendly, out of the box.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment