Coder Social home page Coder Social logo

addyvan / inlets.dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inlets/inlets.dev

0.0 1.0 0.0 9.48 MB

Website and blog - inlets.dev

Home Page: https://inlets.dev/

License: MIT License

Ruby 0.23% Makefile 0.06% HTML 69.71% JavaScript 1.31% CSS 0.54% SCSS 28.15%

inlets.dev's Introduction

inlets.dev homepage

Netlify Status

Adding a new blog post

  • Create an issue and propose the topic. Wait for approval before contributing.

  • Create a new YAML file in blog/_posts - see this example for how to set the post title and description.

  • Prefix it with the date.

  • Add images to /images/ - resize all images to < 200-300KB.

  • Raise a Pull Request

If you use any copyrighted material such as text, code, or images, then you must credit the author.

Usage

Initial installation

You will need node.js in order to install yarn:

$ npm i -g yarn

You may need to run brew install/upgrade ruby if the bundle command is unavailable.

If it's still unavailable run:

$ gem install bundle

When you have the tools in place run:

$ bundle install
$ yarn install

$ yarn run tailwind init _includes/tailwind.config.js

For production:

JEKYLL_ENV=production bundle exec jekyll build

Content will be in _site

To start a preview, simply run:

bundle exec jekyll serve

Access the site at: http://127.0.0.1:4000/

Apple M1:

arch -arch x86_64 bundle install
arch -arch x86_64 bundle exec jekyll serve

inlets.dev's People

Contributors

ah-f3 avatar alexellis avatar dependabot[bot] avatar jsiebens avatar waterdrips avatar

Watchers

 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.