https://github.com/runemadsen/test-project
https://github.com/runemadsen/test-project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runemadsen/test-project
- Owner: runemadsen
- License: other
- Created: 2013-08-21T18:59:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T19:00:41.000Z (almost 12 years ago)
- Last Synced: 2025-04-01T21:51:58.568Z (2 months ago)
- Language: CSS
- Size: 809 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Atlas Book Sample
=================This repository holds a basic project skeleton that can be built through O'Reilly Atlas. We fork this repository whenever you create a new project in the Atlas user interface, which means that you can also just fork it directly on GitHub when starting a new book.
Follow this README to learn more about the basic skeleton of an Atlas book.
atlas.json
----------An Atlas repository must have a file called `atlas.json` in the repository root. This file is used to hold project metadata, the most important being the files to build.
Content
-------The Atlas build system tries not to enforce strict rules on the way you write your content. That being said, here's a few things to keep in mind:
* You can write in normal HTML, Markdown, or Asciidoc. Allowed file extensions are: `.html`, `.md`, `.markdown`, `.asc`, and `.asciidoc`
* Markdown and Ascidoc will be compiled into HTMLBook..... MORE
* Each file must be or compile to valid HTML. The content `
Hello` is not a valid file, but `
Hello
` is.* You can have files in any subfolder, as long as you specify the relative path to the folder in the `files` array.