Giter Site home page Giter Site logo

bradenn / website Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 49 KB

A no-bullshit personal website. The internet is full of pop-ups, ads, cookie notifications, and all kinds of junk. I wanted my website to be as basic as possible. The bulk of the site is 100% HTML/CSS. The backend is used for light house keeping and dockerization.

Home Page: https://www.bradenn.com

JavaScript 8.29% CSS 34.42% HTML 56.53% Dockerfile 0.76%
no bs nodejs no-bs express atom one-dark docker

website's Introduction

Personal Website

This is my no-bullshit personal website. It is literly text, links, and pretty colors. Feel free to fork and use for yourself. You can spice it up with changing the font or using a different color theme.

Installation

git clone https://github.com/bradenn/website.git
cd website
npm install
echo "PORT=3000" > .env # This is for development only

Running In Development

Basic:

node app.js

Recommended:

nodemon app.js

Running In Production

I recommend using docker if you have access, even for such a lightweight project.

Build Your Container

docker build . -t [your-name-space]/[your-image-name]:[version]

Push Your Container

Make sure you are logged in first, then push to Docker hub

docker push [your-name-space]/[your-image-name]:[version]

Considering CI

For something this small, setting up ci may seem trivial. It is. You can at least setup github to build your image. Here is my GitHub Action workflow. .github/workflows/docker-image.yml

Considerations

Why not just a single html file? That is a wonderful question. With the way I have all of my servers configured, I don't really have a way to serve an HTML file without using more resources than express.

License

mpl-2.0

website's People

Contributors

bradenn avatar

Watchers

 avatar  avatar

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.