Coder Social home page Coder Social logo

sm1t / www Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bespoyasov/www

0.0 0.0 0.0 398.38 MB

Source code for my blog Β· βœοΈβ€―πŸ’»β€―πŸ‘‹

Home Page: https://bespoyasov.ru

License: GNU General Public License v3.0

CSS 13.60% TypeScript 81.10% JavaScript 4.71% EJS 0.59%

www's Introduction

✍️ πŸ’» πŸ‘‹

Source code for my blog.

Overview

Next is used as a static site generator. Pages call api that triggers persistence to read a post or a project from an MDX file in the data directory.

RSS is generated via a custom ops script. Images optimization performed using Squoosh and set up in ops as well.

Jest is used for running tests and Hygenβ€”for code generation.

Deployed on a static server using GitHub Actions.

Installation and Development

Clone the repo and install dependencies:

git clone https://github.com/bespoyasov/www.git
cd www
npm i
npm start

Create a component, post, or a project:

npm run new:component
npm run new:post
npm run new:project

# Interactive CLI will guide after.

Run the tests:

# For development:
npm run test:dev

# Run once, used in CI:
npm test

Build, generate RSS, export site, and test the build:

npm run build

Optimize images in the public directory:

npm run images:convert

Plans and TODOs

Everything I consider implementing is in the projects section on GitHub.

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.