51 lines
2.4 KiB
Org Mode
51 lines
2.4 KiB
Org Mode
# **************************************************************************** #
|
|
# #
|
|
# ::: :::::::: #
|
|
# website.org :+: :+: :+: #
|
|
# +:+ +:+ +:+ #
|
|
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
|
|
# +#+#+#+#+#+ +#+ #
|
|
# Created: 2018/11/23 16:49:24 by tmaze #+# #+# #
|
|
# Updated: 2018/11/27 18:48:06 by tmaze ### ########.fr #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
#+TITLE: A Nice Website
|
|
#+AUTHOR: tmaze
|
|
|
|
#+OPTIONS: whn:nil toc:nil
|
|
|
|
** Why this website ?
|
|
Because of the =roger-skyline-1= project of École 42 Paris.
|
|
** How it's made
|
|
This website was done in Emacs using [[http://orgmode.org/en/][Org-mode]], a strong tool that let you type
|
|
your document as you please and typeset it auto-magically via multiple export
|
|
options (this file was exported to twitter bootstrap).
|
|
|
|
Its capabilities extend but are not limited to:
|
|
* easily formated tables and spredsheets
|
|
* TODO lists
|
|
* Calendar integration for deadlines, etc...
|
|
* Multiple export modules (like ODT, HTML, Twitter Bootstrap and LaTeX)
|
|
* Code Snippet typesetting
|
|
* Lists & CheckLists
|
|
|
|
** Support
|
|
*** Text editor
|
|
| | emacs | vim | atom | vs-code |
|
|
|----------------+----------+-----------+-----------+-----------|
|
|
| Has Org-mode ? | natively | with [[https://github.com/jceb/vim-orgmode][this]] | with [[https://atom.io/packages/org-mode][this]] | with [[https://github.com/vscode-org-mode/vscode-org-mode][this]] |
|
|
|
|
*** Git repository manager
|
|
| | GitHub | Gitlab |
|
|
|--------+--------+--------|
|
|
| README | ✓ | ✓ |
|
|
| wiki | ✓ | ✗ |
|
|
|
|
** Further documentation
|
|
- [[https://youtu.be/SzA2YODtgK4][/Getting Started with Org-Mode/, Harry Schwartz]]
|
|
- [[https://youtu.be/oJTwQvgfgMM][/Emacs Org-mode - a system for note-taking and project planning/, Carsten Dominik]]
|
|
- [[http://orgmode.org/en/][Org-mode website]]
|
|
- [[https://gist.github.com/tvdu29/64c46349d214e74c71f2a2f0121707a9][This page's source code]]
|
|
|