forked from mattvh/jekyllthemes
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d08d68
commit 07747d2
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ Just follow the instructions below, and then you can change the content of the p | |
|
||
You need to create new posts/articles inside the folder named `_posts`. The files should be in markdown format. Use one of the sample files to learn more about the syntax and [Front Matter](https://jekyllrb.com/docs/front-matter/) settings. Remove the unwanted files. | ||
Check failure on line 103 in _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown
|
||
|
||
> **⛔** Posts should be named YEAR-MONTH-DAY-title.MARKUP (Note the MARKUP extension, which is usually .md or .markdown). | ||
> **⛔** Posts should be named YEAR-MONTH-DAY-title.MARKUP (Note the MARKUP extension, which is usually .md or .markdown).{:.alert alert-danger} | ||
Check failure on line 105 in _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown
|
||
### Setup local environment | ||
|
||
|
@@ -123,15 +123,15 @@ Navigate to folder `bin/certs` and execute the following command to validate cer | |
- For the first time only, you must make your browser trust the wildcard domain cert. | ||
- Mozilla Firefox: After opening the URL `https://bootstrap-theme.local:8000`, the message "Warning: Potential Security Risk Ahead" is shown; click the `Advanced` button and then `Accept Risk & Continue`. | ||
|
||
> **ⓘ** Check this gist to create your own CA and wildcard cert. | ||
> **ⓘ** Check this gist to create your own CA and wildcard cert.{:.alert alert-info} | ||
### Host your site | ||
|
||
#### in GitHub-Pages | ||
|
||
You can host your site using GitHub Pages. Follow the [official guide](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site). | ||
|
||
> **ⓘ** GitHub Pages hosting is free; you need an account and repository. | ||
> **ⓘ** GitHub Pages hosting is free; you need an account and repository.{:.alert alert-info} | ||
#### in Amazon S3 bucket | ||
|
||
|