forked from jekyll-one/j1-template-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.nojekyll
More file actions
19 lines (19 loc) · 764 Bytes
/
dot.nojekyll
File metadata and controls
19 lines (19 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ------------------------------------------------------------------------------
# ~/.nojekyll
# Semaphor to completely bypass Jekyll processing for J1 Template based
# websites on GitHub Pages (only _site is deployed)
#
# Product/Info:
# https://jekyll.one
#
# Copyright (C) 2022 Juergen Adams
#
# J1 Template is licensed under the MIT License.
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
#
# ------------------------------------------------------------------------------
# NOTE:
# It's possible to completely bypass Jekyll processing on GitHub Pages
# by creating a file named .nojekyll in the root of your pages repo and
# pushing it to GitHub.
# ------------------------------------------------------------------------------