Skip to content

Commit

Permalink
Fixing up content and properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
yetessam committed Jun 28, 2024
1 parent c208732 commit b88bd0f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 18 deletions.
17 changes: 17 additions & 0 deletions dita/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Gets passed to the DITA Open Toolkit
# Generate a full navigation TOC in topic pages:
nav-toc = full

# Directory that contains the custom .css file:
args.cssroot = ${args.input.dir}/css

# Custom .css file used to style output:
args.css = custom.css

# Copy the custom .css file to the output directory:
args.copycss = yes

# Location of the copied .css file relative to the output:
args.csspath = css

args.html5.class.attr=yes
2 changes: 1 addition & 1 deletion dita/captains-log.dita
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dt>Sunday June 16, 2024</dt>
<dd>
<p>Getting a Fleek account. I chose to authenticate through Ethereum, specifically with Metamask. Metamask gives you some contextual warning about being careful with Web 3 dapps.</p>
<p>Set up an initial deployment yetessam/orange-heart-image-addressing (branch: prod) and selected src as the Publish directory. Published at 10:01 AM to <xref href="https://delicate-glitter-6121.on.fleek.co/"/>.</p>
<p>Set up an initial deployment yetessam/orange-heart-image-addressing (branch: prod) and selected src as the Publish directory. Published at 10:01 AM to <xref href="https://delicate-glitter-6121.on.fleek.co/" scope="external"/>.</p>
<p>Locally ran python -m http.server 8000 so that we can verify that the markdown is loaded locally, checked developer console and made adjustments until we had zero errors in the console.</p>
<p>Pushed changes to design branch.</p>
</dd>
Expand Down
4 changes: 4 additions & 0 deletions dita/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Import in external CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css");


10 changes: 5 additions & 5 deletions dita/index.dita
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="orange-heart-project-home">
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="orange-heart-project-home">
<title>Home</title>
<shortdesc>
The Orange Heart Project presents a variety of ways that a series of painted orange hearts can be addressed.
Expand All @@ -13,11 +13,11 @@
</keywords>
</metadata>
</prolog>
<body>
<conbody>
<section outputclass="hero is-danger is-fullheight">
<p> Test 1 <image href="images/gallery/orange-black-heart.jpg" alt="Orange Image"/>
</p>
</section>
</body>
</topic>
</conbody>
</concept>

10 changes: 5 additions & 5 deletions dita/landing-page.dita
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="orange-heart-project-home">
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="orange-heart-project-home">
<title>Home</title>
<shortdesc>
The Orange Heart Project presents a variety of ways that a series of painted orange hearts can be addressed.
Expand All @@ -13,11 +13,11 @@
</keywords>
</metadata>
</prolog>
<body>
<conbody>
<section outputclass="hero is-danger is-fullheight">
<p> Test 1 <image href="images/gallery/orange-black-heart.jpg" alt="Orange Image"/>
</p>
</section>
</body>
</topic>
</conbody>
</concept>

13 changes: 6 additions & 7 deletions dita/orange-heart-master.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>Orange Heart - DWeb Project</title>
<topicref href="index.dita" format="dita" type="topic"/>
<topicref href="index.dita" format="dita" type="concept"/>
<topicref href="landing-page.dita" format="dita" type="concept" toc="no" print="no"/>
<topicref href="orange-heart.dita" format="dita" type="concept"/>
<topicref href="gallery.dita" format="dita" type="concept"/>
Expand All @@ -18,15 +18,14 @@
</relheader>
<relrow>
<relcell>
<topicref href="about.dita" format="data" type="concept"/>
<topicref href="about.dita" format="dita" type="concept"/>
</relcell>
<relcell>

<topicref href="https://getdweb.net/principles/" format="html" scope="external">
<topicmeta>
<topicref href="https://getdweb.net/principles/" format="html" scope="external">
<topicmeta>
<navtitle>DWeb Principles</navtitle>
</topicmeta>
</topicref>
</topicmeta>
</topicref>
</relcell>
</relrow>
<relrow>
Expand Down

0 comments on commit b88bd0f

Please sign in to comment.