All Projects → NixOS → Nixos Homepage

NixOS / Nixos Homepage

Sources for nixos.org

Labels

Projects that are alternatives of or similar to Nixos Homepage

Govicons
🇺🇸 US Government themed icons and CSS toolkit
Stars: ✭ 60 (-38.14%)
Mutual labels:  less
Flow Ui
Flow-UI is a highly customizable UI framework based Seajs/jQuery。
Stars: ✭ 79 (-18.56%)
Mutual labels:  less
Vue Lottery
🎨 抽奖以及截屏保存图片至本地
Stars: ✭ 90 (-7.22%)
Mutual labels:  less
Less Plugin Glob
Globbing support for LESS
Stars: ✭ 70 (-27.84%)
Mutual labels:  less
Path Menu
Path 2.0 Flyout Menu using CSS (Less), contrib to Path (iOS app) by Tunghsiao Liu
Stars: ✭ 78 (-19.59%)
Mutual labels:  less
Opentechsummit.eu
OpenTechSummit Europe https://opentechsummit.eu
Stars: ✭ 1,240 (+1178.35%)
Mutual labels:  less
Vue3 Admin
👏vue3.0后台管理框架👏基于vue-cli4+compositionAPI+vue-router4
Stars: ✭ 54 (-44.33%)
Mutual labels:  less
Eless
A Better 'less' - A bash script that loads emacs with minimal view-mode config - Created with Org mode
Stars: ✭ 94 (-3.09%)
Mutual labels:  less
Moo Css
模块化面向对象的css写法规范策略。适用于大中小型C端项目样式开发,旨在提高开发和维护效率。
Stars: ✭ 79 (-18.56%)
Mutual labels:  less
Puzzle Tokens
Batch create, manage and update Sketch styles and symbols using SCSS/LESS
Stars: ✭ 90 (-7.22%)
Mutual labels:  less
Qgis Website
QGIS-Website
Stars: ✭ 71 (-26.8%)
Mutual labels:  less
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-24.74%)
Mutual labels:  less
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-14.43%)
Mutual labels:  less
Ghosttheme Stockholm
👻 📝 ✨ Clean Ghost theme with advanced features & customization.
Stars: ✭ 67 (-30.93%)
Mutual labels:  less
Techcul.org
UNESCO TechCul Program https://techcul.org
Stars: ✭ 1,296 (+1236.08%)
Mutual labels:  less
Maxpress
MaxPress:MarkDown+Python实现微信公众号一键排版
Stars: ✭ 56 (-42.27%)
Mutual labels:  less
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-16.49%)
Mutual labels:  less
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (-1.03%)
Mutual labels:  less
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (-4.12%)
Mutual labels:  less
Hexo Theme Noise
A hexo theme
Stars: ✭ 84 (-13.4%)
Mutual labels:  less

Source for nixos.org

GitHub Workflow Status of master branch Number of open GitHub issues Number of open GitHub pull requests Month of last commit Number of all contributors

Code and content for the nixos.org website.

Help us!

There are many ways how you can help:

If you feel lost where and how to contribute, ask the marketing team on the #nixos-marketing channel on IRC.

How to help?

To run local development instance follow this steps:

$ git clone [email protected]:NixOS/nixos-homepage.git
$ cd nixos-homepage
$ nix-shell

  To start developing run:
      serve

  and open browser on:
      https://localhost:8000

  It will rebuild the website on each change.

[nix-shell]$ serve

Open your browser at: http://localhost:8000/

In order for the browser to automatically refresh, install the Livereload extension for your browser.

Before creating a pull request make sure that nix-build runs successfully.

Binary cache (Optional)

It can take some time to enter the development environment. To speed up and avoid building from source, you can use a binary cache. The same cache is used to speed up our GitHub Actions.

On NixOS

Add the following to your configuration.nix:

nix.binaryCaches = [ "https://nixos-homepage.cachix.org" ];
nix.binaryCachePublicKeys = [ "nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=" ];

On non-NixOS

Add the following to the /etc/nix/nix.conf or ~/.config/nix/nix.conf:

substituters = ... https://nixos-homepage.cachix.org
trusted-public-keys = ... nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=

License

The content of the website is licensed under the Creative Commons Attribution Share Alike 4.0 International license.

The software (including sample code) is licensed under the MIT license.

Some files might have a different license. See the files content for details.

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].