You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ tag_permalink_style: pretty
69
69
tag_page_layout: tag_page
70
70
tag_page_dir: tag
71
71
72
+
# for github pages custom domains:
73
+
# include: [CNAME]
74
+
72
75
dash:
73
76
# the way how dates should be displayed
74
77
date_format: "%b %-d, %Y"
@@ -115,6 +118,12 @@ I have created [a guide on how to set this up here](https://bitbra.in/2021/10/03
115
118
116
119
You are not required to do this, but keep in mind that some functionality might not be available when using the Jekyll generator on Github directly!
117
120
121
+
If you are using a custom domain add in your main branch a file named CNAME with your domain there and uncomment this line in your config file:
122
+
```
123
+
include: [CNAME]
124
+
```
125
+
For more information about how to configure your CNAME file, read the [official documentation](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site).
126
+
118
127
## Additional Features
119
128
120
129
**Tagging** add the `jekyll/tagging` plugin to your `_config.yml` file to enable tagging. Do not forget to also add the following to your `Gemfile`:
0 commit comments