Programs: web authoring: Difference between revisions

From wikinotes
No edit summary
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Tools to create websites


This category is for an ackward niche of programs that sit between
= Static Sites =
html and another language intended for web development.
<blockquote>
 
{|
This would be the home for django, wordpress, and the like.
|-
| [[ruby jekyll]]
|-
| [[go hugo]]
|-
| [[python sphinx]]
|-
| [[python mkdocs]]
|-
|}
</blockquote><!-- Static Sites -->


= Frameworks =
<blockquote>
{|
{|
|-
|-
| [[ruby jekyll]] || Database-Free Blog Authoring using Markdown
| [[ruby rails]]
|-
|-
| [[python django]] || Web-Authoring framework
| [[python django]]
|-
|-
|}
|}
</blockquote><!-- Frameworks -->

Latest revision as of 14:31, 17 April 2022

Tools to create websites

Static Sites

ruby jekyll
go hugo
python sphinx
python mkdocs

Frameworks

ruby rails
python django