Last active
May 26, 2023 13:29
-
-
Save groundh0g/8a26c3a96bab02bb32d4aedc80465a9a to your computer and use it in GitHub Desktop.
config.md options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
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 | |
... | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
customize: | |
http404: sticky # one of: badge | default | dog | droids | glass | link | milk | monster | potty | shrug | sticky | tweet | zork | |
... | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
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 | |
... | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
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 | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
build: | |
use_cdn: true # use CDN for 3rd-party scripts and styles? | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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