Giter Site home page Giter Site logo

yann64 / haiku-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haiku/website

0.0 0.0 0.0 328.78 MB

The Haiku website. (Pull requests are accepted; please file issues at https://dev.haiku-os.org).

Home Page: https://www.haiku-os.org/

Shell 0.02% JavaScript 0.08% CSS 0.20% HTML 99.69% Batchfile 0.01%

haiku-website's Introduction

Haiku Project website

This repository contains the source code for Haiku's main website.

This website is generated using Hugo.

Issue Tracker

We track all issues on our own instance of Trac.

To view all the tickets that involve this repository, just click here.

Blogging

To test local changes, use hugo server.

To create a new blog for a new user, run ./scripts/newblog.sh.

To create a new blogpost, run ./scripts/newpost.sh.

Refer Troubleshooting section if you encounter any error.

If you are using Windows, it is recommended you install Git for Windows and use Git Bash to run the abovementioned scripts - the scripts cannot run in Command Prompt or Powershell!

Shortcodes

Shortcodes introduce the ability to leverage special formatting in markdown documents. All available shortcodes are in layouts/shortcodes.

Alerts

A classic alert or notification div with a title and a body

  • {{< alert-danger "Title" "Body text here">}}
  • {{< alert-warning "Title" "Body text here">}}
  • {{< alert-info "Title" "Body text here">}}

Keyboard

A small keyboard like span. Normally used to represent pressing a physical key on the keyboard.

  • {{< keyboard ALT >}}

Troubleshooting

macOS: "date: illegal option"

This is because OS X/macOS and Linux use two different sets of tools. Linux uses the GNU version of the date command (hence, GNU/Linux). The solution would be to install GNU Core Utilities replacing macOS Utilities:

Homebrew:

brew install coreutils

MacPorts

sudo port install coreutils

Set your PATH to: PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"

Run which date, it must show /usr/local/opt/coreutils/libexec/gnubin/date and not /bin/date. Re-run the above command, it should work fine!

haiku-website's People

Contributors

waddlesplash avatar pulkomandy avatar kallisti5 avatar n0toose avatar korli avatar jt15s avatar mmuman avatar bitigchi avatar leavengood avatar krish-iyer avatar diversys avatar return avatar hrily avatar nielx avatar anirudhmurali avatar akshayagarwal007 avatar andponlin avatar hyche avatar davidkaroly avatar jessicah avatar swangeon avatar zardshard avatar kainjow avatar sdomi avatar trungnt2910 avatar mrniu avatar cruxbox avatar rajagopalan-gangadharan avatar codeforevolution avatar kapix 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.