https://github.com/p4r4d0xb0x/how_to_series
설명이 힘든 프로그래머가 프로그래머에게 설명충이 되기위한 노력..
https://github.com/p4r4d0xb0x/how_to_series
all cloud documentation how-to howto rust system
Last synced: 2 months ago
JSON representation
설명이 힘든 프로그래머가 프로그래머에게 설명충이 되기위한 노력..
- Host: GitHub
- URL: https://github.com/p4r4d0xb0x/how_to_series
- Owner: p4r4d0xb0x
- License: mit
- Created: 2022-11-03T05:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T09:19:07.000Z (over 2 years ago)
- Last Synced: 2025-03-18T05:17:53.116Z (2 months ago)
- Topics: all, cloud, documentation, how-to, howto, rust, system
- Language: SCSS
- Homepage: https://bdev.io
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.html
- License: LICENSE
Awesome Lists containing this project
README
# Edition
Product documentation template for Jekyll. Browse through a [live demo](https://long-pig.cloudvent.net/).
Start documenting your product, application, service or website with this configurable theme.
Edition was made by [CloudCannon](http://cloudcannon.com/), the Cloud CMS for Jekyll.
Find more templates, themes and step-by-step Jekyll tutorials at [CloudCannon Academy](https://learn.cloudcannon.com/).
[](https://app.cloudcannon.com/register#sites/connect/github/CloudCannon/edition-jekyll-template)
## Features
* Two column layout
* Full text search
* Pre-styled components
* Auto-generated navigation based on category
* Optimised for editing in [CloudCannon](http://cloudcannon.com/)
* Change log
* RSS/Atom feed
* SEO tags
* Google Analytics## Setup
1. Add your site and author details in `_config.yml`.
2. Get a workflow going to see your site's output (with [CloudCannon](https://app.cloudcannon.com/) or Jekyll locally).## Develop
Edition was built with [Jekyll](http://jekyllrb.com/) version 3.3.1, but should support newer versions as well.
Install the dependencies with [Bundler](http://bundler.io/):
~~~bash
$ bundle install
~~~Run `jekyll` commands through Bundler to ensure you're using the right versions:
~~~bash
$ bundle exec jekyll serve
~~~## Editing
Edition is already optimised for adding, updating and removing documentation pages in CloudCannon.
### Documentation pages
* Add, update or remove a documentation page in the *Documentation* collection.
* Change the category of a documentation page to move it to another section in the navigation.
* Documentation pages are organised in the navigation by category, with URLs based on the path inside the `_docs` folder.### Change log
* Add, update or remove change log entries from your posts.
* Tag entries as minor or major in the front matter.### Search
* Add `excluded_in_search: true` to any documentation page's front matter to exclude that page in the search results.
### Navigation
* Change `site.show_full_navigation` to control all or only the current navigation group being open.