https://github.com/sanwebinfo/foss-blog
A blog for sharing a topic related to FOSS.
https://github.com/sanwebinfo/foss-blog
deno denoland es6 es6-javascript javascript kinsta kinsta-static-site-hosting lume lume-land typescript
Last synced: 3 months ago
JSON representation
A blog for sharing a topic related to FOSS.
- Host: GitHub
- URL: https://github.com/sanwebinfo/foss-blog
- Owner: sanwebinfo
- License: mit
- Created: 2023-12-11T17:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T16:22:47.000Z (over 1 year ago)
- Last Synced: 2023-12-19T17:08:08.451Z (over 1 year ago)
- Topics: deno, denoland, es6, es6-javascript, javascript, kinsta, kinsta-static-site-hosting, lume, lume-land, typescript
- Language: TypeScript
- Homepage: https://foss.sanweb.info
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FOSS Blog
[](https://github.com/sanwebinfo/foss-blog/actions/workflows/build.yml) [](https://github.com/sanwebinfo/foss-blog/actions/workflows/deploy.yml)
A blog for sharing a topic related to FOSS, Sports and Random things.
## Tech Stack
- Deno and Lume static site generator
- A simple and minimal `lume` theme -```js
import lume from "lume/mod.ts";
import blog from "https://raw.githubusercontent.com/lumeland/theme-simple-blog/main/mod.ts";const site = lume();
site.use(blog());
export default site;
```- Vento template engine
- Markdown
- Free Static Site Hosting at Cloudflare Pages## LICENSE
MIT