Skip to content

The official website for the Ubuntu operating system

License

Notifications You must be signed in to change notification settings

natalytvinova/ubuntu.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu.com codebase

CircleCI build status Django version Code coverage

This is the codebase and content for ubuntu.com, a simple databaseless informational website project based on Flask.

Bugs and issues

Found a bug or have an idea for a new feature? Feel free to create a new issue, or suggest a fix by creating a pull request.

Local development

The simplest way to run the site locally is to first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8001 in your browser.

Building CSS

For working on Sass files, you may want to dynamically watch for changes to rebuild the CSS whenever something changes.

To setup the watcher, open a new terminal window and run:

./run watch

For more detailed local development instructions, see HACKING.md.

License

The content of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license, and the underlying code used to format and display that content is licensed under the LGPLv3 by Canonical Ltd.

With ♥ from Canonical

About

The official website for the Ubuntu operating system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 90.4%
  • CSS 3.9%
  • JavaScript 3.0%
  • Other 1.6%
  • Shell 0.7%
  • Python 0.4%