| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This site uses Jekyll. You can find instructions for how to install and configure Jekyll on https://jekyllrb.com/docs/.
You may also use a tool or service supporting Development Containers, such as Visual Studio Code or GitHub Codespaces. In that case, your development environment is already set up and includes Jekyll with the right version.
Run Jekyll with:
bundle exec jekyll serve --livereloadYou can contribute by:
You can write a blog post in any language. There are no strict writing guidelines, but if you need ones, checkout Digital Ocean Technical writing guides.
As for what to write about, if you think it is worth sharing, then it is worth writing about (as long as it is about RustPython).
If you need inspiration:
The _posts folder is where the blog posts are.
To create a new post create a markdown file with this pattern: YEAR-MONTH-DAY-title.md, for example: 2020-10-01-why-rust-python-is-awesome.markdown
Here is how the content of that file should look like.
--- layout: post title: "Why RustPython is awesome!" --- Content goes here.
Once you have your post ready, submit a pull request.
To edit the homepage, you can modifty these files:
config.yml has settings like section titles and hyperlinks.
index.markdown has the text.
contributors.json is automatically generated and has a list of the top contributors.
The theme doesn't rely on any css frameworks or javascript. It is just a super simple modification to the Jekyll minima theme.
The color scheme is that of the RustPython Logo:
| Back | FazBrowse Home | New Git URL |