rost_gen

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

Rost_gen Alternatives

Similar projects and alternatives to rost_gen

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rost_gen alternative or higher similarity.

rost_gen reviews and mentions

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.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    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. Learn more →

Stats

Basic rost_gen repo stats
12
0
0.0
over 1 year ago

Eakam1007/rost_gen is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of rost_gen is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com