Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubixchain/learn
FAQs and tutorials
https://github.com/rubixchain/learn
Last synced: about 5 hours ago
JSON representation
FAQs and tutorials
- Host: GitHub
- URL: https://github.com/rubixchain/learn
- Owner: rubixchain
- Created: 2022-03-10T07:04:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:39:40.000Z (2 days ago)
- Last Synced: 2024-11-15T13:34:21.331Z (2 days ago)
- Language: CSS
- Size: 8.53 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- Hugo 0.68 or higher
- Hugo extended version, read more [here](https://gohugo.io/news/0.48-relnotes/)## Installation
### Install as git submodule
Navigate to your hugo project root and run:
```
npm install
```Then run hugo
```
hugo server
```## Release
Website is automatically updated when a new new commit is added to main branch. Make sure the site is rerouted to learn.rubix.net in GitHub repo > Settings > Pages section.