-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Reza9472/issue-17
Adding support for config file - issue 17
- Loading branch information
Showing
11 changed files
with
100 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!doctype html> | ||
<html lang="en-CA"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>h1</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="undefined" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<h1>h1</h1> | ||
<p>text for h1</p> | ||
<p>more text for h1 - <a href='www.google.com'>Link to google</a></p> | ||
<h2>h2</h2> | ||
<p>text for h2 - link <https://www.google.com></p> | ||
2 spaces after h2 | ||
|
||
|
||
<h3>h3</h3> | ||
<h4>h4</h4> | ||
<p>text for h3 and h4 - <del>striked</del></p> | ||
3 asterisks below this | ||
<hr> | ||
3 hyphens | ||
<hr> | ||
3 underscores | ||
<hr> | ||
<p>last line of text for h4</p> | ||
<h5>h5</h5> | ||
<p>text for h5 - <em>italic</em> or <em>italic</em></p> | ||
<h6>h6</h6> | ||
<p>text for h6 - <strong>bold</strong> or <em>bold</em></p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<html lang="en-CA"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Index File</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css" rel="stylesheet"> | ||
<link href="undefined" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<h1>Index File</h1> | ||
<a href="./Silver%20Blaze.html">Silver Blaze</a><br><a href="./The%20Adventure%20of%20the%20Six%20Napoleans.html">The Adventure of the Six Napoleans</a><br><a href="./The%20Adventure%20of%20the%20Speckled%20Band.html">The Adventure of the Speckled Band</a><br><a href="./The%20Naval%20Treaty.html">The Naval Treaty</a><br><a href="./The%20Red%20Headed%20League.html">The Red Headed League</a><br> | ||
<a href="./Silver%20Blaze.html">Silver Blaze</a><br><a href="./The%20Adventure%20of%20the%20Six%20Napoleans.html">The Adventure of the Six Napoleans</a><br><a href="./The%20Adventure%20of%20the%20Speckled%20Band.html">The Adventure of the Speckled Band</a><br><a href="./The%20Naval%20Treaty.html">The Naval Treaty</a><br><a href="./The%20Red%20Headed%20League.html">The Red Headed League</a><br><a href="./Test.html">Test</a><br> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"input": "./sample_input", | ||
"output": "./files", | ||
"stylesheet": "https://cdn.jsdelivr.net/npm/water.css@2/out/water.css", | ||
"lang": "fr" | ||
|
||
} |
caa585d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: