All Projects → eduardoboucas → Buildtimes

eduardoboucas / Buildtimes

✏️ Musings on building (and breaking) websites

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Buildtimes

Hikkoshi
Hikkoshi the Blog Migration Tool
Stars: ✭ 7 (-90.79%)
Mutual labels:  blog, jekyll
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-59.21%)
Mutual labels:  blog, jekyll
Aviaryan.github.com Retired 2018
My website (retired)
Stars: ✭ 10 (-86.84%)
Mutual labels:  blog, jekyll
Leonids
A simple, fixed sidebar two columns Gatsby.js blog starter.
Stars: ✭ 813 (+969.74%)
Mutual labels:  blog, jekyll
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-31.58%)
Mutual labels:  blog, jekyll
Brucezhaor.github.io
🚧 Bruce Zhao's Tech Blog -- Under Reconstructing ...
Stars: ✭ 25 (-67.11%)
Mutual labels:  blog, jekyll
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-80.26%)
Mutual labels:  blog, jekyll
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+589.47%)
Mutual labels:  blog, jekyll
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-32.89%)
Mutual labels:  blog, jekyll
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-34.21%)
Mutual labels:  blog, jekyll
Artsy.github.io
The Artsy Engineering Open-Source Developers Blog
Stars: ✭ 770 (+913.16%)
Mutual labels:  blog, jekyll
Microdust
My personal blog Microdust
Stars: ✭ 63 (-17.11%)
Mutual labels:  blog, jekyll
Jekyll Theme Next
Elegant theme for Jekyll.
Stars: ✭ 676 (+789.47%)
Mutual labels:  blog, jekyll
Izhengfan.github.io
My homepage and blog.
Stars: ✭ 26 (-65.79%)
Mutual labels:  blog, jekyll
Dbyll
Stylish, minimalistic theme for jekyll.
Stars: ✭ 534 (+602.63%)
Mutual labels:  blog, jekyll
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1030.26%)
Mutual labels:  blog, jekyll
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+497.37%)
Mutual labels:  blog, jekyll
Jekflix Template
A Jekyll theme inspired by Netflix. 🎬
Stars: ✭ 504 (+563.16%)
Mutual labels:  blog, jekyll
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+1198.68%)
Mutual labels:  blog, jekyll
Einverne.github.io
personal blog,using jekyll-bootstrap,powered by github page
Stars: ✭ 55 (-27.63%)
Mutual labels:  blog, jekyll

Desk with desktop and laptop computers

eduardoboucas.com

This is the source code for eduardoboucas.com. The site is fully static, powered by 11ty and hosted on Netlify, served right from this repository.

Installation

  1. Clone the repository and enter its directory

    git clone https://github.com/eduardoboucas/eduardoboucas.github.io.git eduardoboucas.com
    cd eduardoboucas.com
    
  2. Install the dependencies

npm install
  1. Run a server, generate the site and watch for changes

    npm start
    
  2. Navigate to http://localhost:8080/.

Development

To build the CSS and JavaScript files, run:

npm run build

Old version

The source code for the previous iteration of the site can be found in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].