Skip to content

Commit

Permalink
Added some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesloriente committed Dec 27, 2024
1 parent 6d08d68 commit 07747d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / linting

Line length

_posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown:103:81 MD013/line-length Line length [Expected: 80; Actual: 267] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 103 in _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown

View workflow job for this annotation

GitHub Actions / linting

Line length

_posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown:103:81 MD013/line-length Line length [Expected: 80; Actual: 267] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

> **⛔** 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

View workflow job for this annotation

GitHub Actions / linting

Line length

_posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown:105:81 MD013/line-length Line length [Expected: 80; Actual: 149] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 105 in _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown

View workflow job for this annotation

GitHub Actions / linting

Line length

_posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown:105:81 MD013/line-length Line length [Expected: 80; Actual: 149] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
### Setup local environment

Expand All @@ -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

Expand Down

0 comments on commit 07747d2

Please sign in to comment.