SiteFi icon indicating copy to clipboard operation
SiteFi copied to clipboard

A simple WebSharper-based static blog generator with markdown articles.

Results 12 SiteFi issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...

dependencies

I have tested this on my personal branch and looks fine, let me know if there's something weird closes #28

I have added the "content" node in the RSS/ATOM Feeds in my fork, this can help for cross-posting to other blogs like [dev.to](https://dev.to/p/publishing_from_rss_guide) if this is something of interest let...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The ps1 file is only runnable on Windows.

I've been getting more into the JAMstack approach and was curious whether the refresh functionality could be triggered by an Azure Function rather than a dedicated web server endpoint. Can...

I think it might be useful to have a separate page to browse all available categories/tags. I.e something like that: ![_categories](https://user-images.githubusercontent.com/16510738/72682071-26664080-3ad2-11ea-87b7-63be8f892aaf.png) not sure how to do it properly but my...