Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR-NOCC-Theme_fix_version #12

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2024-12-09-nocc-bootstrap-theme-jekyll.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
thumbnail: nocc-thumbnail.png
license: MIT
license_link: https://github.com/carlesloriente/bootstrap-theme-jekyll/blob/main/LICENSE
version: '0.1'
version: '1.3.8'
carousel:
- '/screenshots/nocc-theme-showroom.png'
---

[NOCC Jekyll Bundle](https://bootstrap-theme.notesoncloudcomputing.com/). A fully featured bundle site for [Jekyll](https://jekyllrb.com/) created by [Carles Loriente](https://github.com/carlesloriente).

Check failure on line 18 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:18:81 MD013/line-length Line length [Expected: 80; Actual: 203] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 18 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:18:81 MD013/line-length Line length [Expected: 80; Actual: 203] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
Features a homepage, about page, tags cloud page, gallery of images page, examples post pages with comments powered by [Disqus](https://disqus.com/) and a contact form powered by [Formspree](https://formspree.io/).

Check failure on line 19 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:19:81 MD013/line-length Line length [Expected: 80; Actual: 214] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 19 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:19:81 MD013/line-length Line length [Expected: 80; Actual: 214] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
Using the [NOCC Bootstrap theme](https://www.npmjs.com/package/nocc-bootstrap-theme) npm package.

Check failure on line 20 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:20:81 MD013/line-length Line length [Expected: 80; Actual: 97] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 20 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:20:81 MD013/line-length Line length [Expected: 80; Actual: 97] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

![NOCC Jekyll Bundle webshots](/screenshots/nocc-showcase.webp){:.img-fluid}

Expand Down Expand Up @@ -47,9 +47,9 @@

## Installation

Just follow the instructions below, and then you can change the content of the pages and site settings.

Check failure on line 50 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:50:81 MD013/line-length Line length [Expected: 80; Actual: 103] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 50 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:50:81 MD013/line-length Line length [Expected: 80; Actual: 103] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

- [Download the package](https://github.com/carlesloriente/bootstrap-theme-jekyll/archive/refs/heads/main.zip) or clone the project running the command:

Check failure on line 52 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:52:81 MD013/line-length Line length [Expected: 80; Actual: 152] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 52 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:52:81 MD013/line-length Line length [Expected: 80; Actual: 152] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

```bash
git clone --recursive git@github.com:carlesloriente/bootstrap-theme-jekyll.git
Expand Down Expand Up @@ -78,8 +78,8 @@
- `description`
- `full_description` (Setting for the theme landing site, please set to `false`)
- `gh_repository` (Optional; if not needed, comment it out)
- `email` (Set to a working email address, and then if you want to enable the contact form, create a free account at [Formspree](https://formspree.io))

Check failure on line 81 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:81:81 MD013/line-length Line length [Expected: 80; Actual: 154] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 81 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:81:81 MD013/line-length Line length [Expected: 80; Actual: 154] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
- `formemail` (fill in with your Formspree code; after that, fill out and send the form on the contact page, check your email and verify if you are receiving the messages)

Check failure on line 82 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:82:81 MD013/line-length Line length [Expected: 80; Actual: 174] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 82 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:82:81 MD013/line-length Line length [Expected: 80; Actual: 174] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md
- `twitter_username` (Optional; if not needed, comment it out)
- `github_username` (Optional; if not needed, comment it out)
- `facebook_username` (Optional; if not needed, comment it out)
Expand All @@ -88,13 +88,13 @@
- `kofi` (Optional; if not needed, comment it out)
- `google_site_verification` (Optional; if not needed, comment it out)
- `google_analytics` (Optional; if not needed, comment it out)
- `disqus_shortname` (To enable the comments feature, create a free account at [Disqus](https://disqus.com), and fill in with your Disqus shortname, if not needed; comment it out)

Check failure on line 91 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:91:81 MD013/line-length Line length [Expected: 80; Actual: 182] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 91 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:91:81 MD013/line-length Line length [Expected: 80; Actual: 182] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

### Add your content

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 95 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:95: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 95 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:95: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).

Check failure on line 97 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:97:81 MD013/line-length Line length [Expected: 80; Actual: 127] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

Check failure on line 97 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:97:81 MD013/line-length Line length [Expected: 80; Actual: 127] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md013.md

### Setup local environment

Expand Down