rost_gen VS SSGo

Compare rost_gen vs SSGo and see what are their differences.

rost_gen

A simple static site generator built using Rust (by Eakam1007)

SSGo

A simple Static Site Generator (SSG) built using Go language. Generates HTML from text files and directories! (by devils2ndself)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rost_gen SSGo
12 12
0 3
- -
0.0 10.0
over 1 year ago over 1 year ago
Rust Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rost_gen

Posts with mentions or reviews of rost_gen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • rost_gen - release 1
    2 projects | dev.to | 25 Nov 2022
    This week, I released version 1.0.1 of rost_gen, a simple static site generator built using rust. I had kind of forgotten about versions for a while, but the project had advanced enough for a v1 release. Since I had used rust, the appropriate place for a release was crates.io.
  • Adding automated tests to rost_gen
    2 projects | dev.to | 11 Nov 2022
    This week, I added some automated testing to my static site generator project, rost_gen. As the project is built using rust, it was quite easy to get started as I did not need to use any additional frameworks.
  • Adding formatter and linter to rost_gen
    3 projects | dev.to | 4 Nov 2022
    This week, I added a formatter and linter to rost_gen (a static site generator) to improve the readability of the code and fix common issues automatically. I chose to use rustfmt for the formatter and rust-clippy for the linter.
  • Adding link markdown support to rost_gen
    2 projects | dev.to | 28 Oct 2022
    This week, I was tasked with adding another feature to my static site generator rost_gen based on Docusaurus features. Docusaurus is a great static site generator that has a lot of features. It provides a starting template, and even a command to deploy to github pages. After some deliberation, I decided it would be best to add support for parsing links to other pages (internal and external). If implemented properly, it would allow me to easily add additional inline markdown features such as bold, italic, etc. I broke down the feature into several parts and created issues for them:
  • Refactoring my static site generator
    1 project | dev.to | 14 Oct 2022
    For this week in my course in open-source development, I was tasked with refactoring my ssg project (rost_gen). A simple and though potentially time-consuming task.
  • Adding config parsing to a ssg
    2 projects | dev.to | 6 Oct 2022
    My rost_gen ssg project also received a PR about adding config file parsing. After reviewing the changes, I decided to test it locally by setting up a tracking branch using git. This was fairly simple to do, and I can't believe I did not try this before. Since I have not added any automated tests, I previously did this by looking at the code. However, as more features get added, it is not possible to check if the code will work as you think. By using a local tracking branch, I was able to easily test the changes and find some formatting issues by using VS code's auto formatting. I requested the author to resolve these and merged the PR by merging the branch into the master branch.
  • Merging parallel branches without PRs in GitHub
    1 project | dev.to | 30 Sep 2022
    For week 4 of my course in open-source development, I was tasked with adding two more features to my ssg project rost_gen. However, I was supposed to work on both at the same time on different branches and merge those branches into the main branch once both implementations were complete. Normally, I would use pull requests and not merge directly into the main branch.
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    For this week in my course on open-source development, we were tasked to pick another ssg (static site generator) project and add support for markdown (.md) files and at least one markdown feature. Someone reached out to me about adding markdown support to my ssg (rost_gen) and created an issue for it.
  • First Pull Request
    3 projects | dev.to | 22 Sep 2022
    The first step I did was I added an issue to Eakam's repository so that they knows what I'm doing with their code For this Lab 2, I'm going to implement the code that allows user covert a md file into a html file. Also, I would like add a feature that be able to change the header syntax (#) in an MD file into the
  • rost_gen - A simple static site generator
    2 projects | dev.to | 18 Sep 2022
    This is a project that I created as part of my course in open-source development. Rost_gen is a basic static site generator made using Rust that generates html files from text files.

SSGo

Posts with mentions or reviews of SSGo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Continuous Integration and Go
    2 projects | dev.to | 16 Nov 2022
    Hey there! Thanks for coming by. Today, I want to tell you how I created a Continuous Integration workflow for SSGo using GitHub Actions, as well as how I created some tests for a different Open Source repo. Maybe you'll find something useful, too!
  • Unit testing in Go
    1 project | dev.to | 10 Nov 2022
    It was also important to document everything for coming developers, so I mentioned everything in CONTRIBUTING.md. Come check it out if you want :)
  • Formatting and linting in Go 📜
    1 project | dev.to | 3 Nov 2022
    Hey there! Thanks for checking in again! This week, I've been trying to set up formatting and linting for my SSGo project. Maybe you'll get some valuable information from my experience!
  • Refactoring SSGo: letting old code go is kinda sad
    2 projects | dev.to | 26 Oct 2022
    I initially wanted SSGo to have full Markdown support, but when I was trying out Docusaurus I decided to use a ready-made package called gomarkdown for parsing.
  • SSGo 0.4 and git rebase
    1 project | dev.to | 11 Oct 2022
    Hey! Thanks for coming by. Today, I worked on refactoring the code for SSGo a bit, and eventually added a couple features that are making the 0.4 pre-release.
  • OSD600 Lab 4
    1 project | dev.to | 6 Oct 2022
    This week I worked with devils2ndself again, this time on his SSG project which was created using Go. This was my first time working with source code written in Go, but it was relatively simple with my prior knowledge of C++. I forked and created a new branch to make my changes to. Then, when I completed my changes I created a pull request (#13) and asked the owner to review my code and shortly after my changed were merged (de7d8773).
  • SSGo 0.3 and notorious git merges
    1 project | dev.to | 28 Sep 2022
    SSGo is at release 0.3, which means some additional Markdown features!
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    I decided to look at their ssg project (my-button-ssg) which was made using JavaScript. However, since someone had already created an issue for markdown support, I decided to pick another project. After some browsing, I decided to add markdown support to SSGo since it was written using Go. I thought it would be nice to learn more about Go since I had never used it. So, I created an issue, forked the repo, and started working on it.
  • SSGo 0.1.1
    1 project | dev.to | 20 Sep 2022
    New minor patch for SSGo - a Static Site Generator built with Go!
  • SSGo - a Static Site Generator built with Go
    1 project | dev.to | 17 Sep 2022
    Yeah... I know, the name isn't that creative, but this is actually a new project I just published on GitHub! Come check it out at https://github.com/devils2ndself/SSGo

What are some alternatives?

When comparing rost_gen and SSGo you can also consider the following projects:

markdown - markdown parser and HTML renderer for Go

izyum - Fast and nice SSG written with typescript and node.js