Skip to content
Snippets Groups Projects
Commit 5e93768f authored by Ahmad Fares's avatar Ahmad Fares
Browse files

-m updating index

parent f712fa6a
No related branches found
No related tags found
No related merge requests found
Pipeline #
# This file converts all md files to html
echo "Stating the conversion"
echo "Starting the conversion"
pandoc -s -t html -c styles.css index.md -o index.html
pandoc -s -t html -c styles.css 3dprinters-scanning/3dprinters-scanning.md -o 3dprinters-scanning/3dprinters-scanning.html
pandoc -s -t html -c styles.css linux/linux.md -o linux/linux.html
pandoc -s -t html -c styles.css electronics/electronics.md -o electronics/electronics.html
pandoc -s -t html -c styles.css introduction/introduction.md -o introduction/introduction.html
pandoc -s -t html -c styles.css CAD/3D-Design.md -o CAD/3D-Design.html
pandoc -s -t html -c styles.css cad/3dDesign.md -o cad/3dDesign.html
pandoc -s -t html -c styles.css shopbot.md -o shopbot.html
pandoc -s -t html -c styles.css vinyl-cutter/vinyl-cutter.md -o vinyl-cutter/vinyl-cutter.html
pandoc -s -t html -c styles.css principles.md -o principles.html
pandoc -s -t html -c styles.css C-programming/C-programming.md -o C-programming/C-programming.html
pandoc -s -t html -c styles.css finalProject.md -o finalProject.html
echo "All files converteds to html"
echo "All files converted to html"
echo "Pull"
if [ "$#" -gt 0 ]
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<h1 id="d-design">3D Design</h1>
<h2 id="introduction">Introduction</h2>
<h2 id="antimony">Antimony</h2>
<h2 id="freecad">FreeCad</h2>
<h2 id="opnescad">Opnescad</h2>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment