Giter Club home page Giter Club logo

lennahssg's People

Contributors

drew5494 avatar gusmccallum avatar joshuali7536 avatar

Watchers

 avatar

lennahssg's Issues

Don't put build artifacts in git

You want to avoid putting binaries or generated files into git, and instead focus on source code. It looks like you've added your entire VS solution and all generated/built files and folders. You can add a .gitignore for VS to deal with this, and use git rm -fr filenames... to remove these.

Markdown Support

I'd like to add markdown support to your SSG by:

  1. Checking around line 50 for a ".md" filetype
  2. Adding logic in your readTxt() function to find the first and last instance of a string such as "*" /
    "_" or "**" / "__" and prepend/append the relevant html tags to the line for italics and bold, respectively

Warnings when compiling

My compiler flagged some warnings regarding multiple declarations as well as declaring functions "extern" and then later "static" .

image

Compiled and ran fine after ignoring the warnings though!

Adding support for inline code blocks for markdown files

I want to add another feature for markdown files. It will convert text surrounded by the backtick character to inline code.
For example this markdown:
`Test sentence`

Become this html:
<code>Test sentence</code>

So it will look like:
Test sentence

Adding support for the horizontal rule for markdown files

I want to add a feature that will be able to read the --- markdown syntax, and turn it into a <hr> tag.
Just like regular markdown syntax it will need to be the only characters in the line for it to work.
If the line is ---w or hi --- it won't work.

SSG options in a JSON

Users want to be able to specify all of their SSG options in a JSON formatted configuration file instead of having to pass them all as command line arguments every time. For example, consider the following config file, ./ssg-config.json:

Consider cross-platform build system

Right now this is written in a way that is heavily dependent on Visual Studio. That's fine, but since your code is essentially a single cpp file, it might be a good idea to provide some additional build system options for other operating systems, so you can build it with clang or gcc on macOS, Linux, etc.

Expand README with a Usage section

You've got a good start on the README, but don't provide too many examples of the various ways the program can be called (you show only one). It might be good to show a few alternatives.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.