mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-05-30 12:49:06 +00:00
Edited #1-START-WRITING.html
This commit is contained in:
parent
6430311300
commit
0a48885d3d
@ -15,7 +15,7 @@
|
||||
<li>
|
||||
<p><strong>You can use <a data-original-title="" href="http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging" title="">branches</a> in Atlas.</strong> On the project dashboard, select the branch you want to edit from the dropdown menu. (However, you cannot currently create new branches through Atlas.)</p>
|
||||
|
||||
<figure><img alt="Alt Text" class="icontentsimagesbranchespng" src="contents/images/branches.png" /> <figcaption>The branches dropdown menu shows all existing branches of your project.</figcaption></figure>
|
||||
<figure><img alt="Alt Text" class="icontentsimagesbranchespng" src="images/branches.png" /> <figcaption>The branches dropdown menu shows all existing branches of your project.</figcaption></figure>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
<p>When you sign into Atlas, <strong>the first thing you'll see is a list of all your existing GitHub repos</strong>. If you want to edit or build from an existing project in GitHub, simply find and click the project in the list. To <strong>create a new project</strong>, click the New Project button to the right of the projects list.</p>
|
||||
|
||||
<figure><img alt="Alt Text" class="icontentsimagesnewprojpng" src="contents/images/newproj.png" /> <figcaption>Click the New Project button in your project list to start fresh.</figcaption></figure>
|
||||
<figure><img alt="Alt Text" class="icontentsimagesnewprojpng" src="images/newproj.png" /> <figcaption>Click the New Project button in your project list to start fresh.</figcaption></figure>
|
||||
|
||||
<p>When you create a new project, <strong>Atlas will create a new <a href="http://en.wikipedia.org/wiki/Repository_(version_control)">repo</a> in your GitHub account</strong>, prepopulated with some skeleton files to help you get started. You can edit those files, delete them, or just ignore them completely and create brand-new files of your own.</p>
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
|
||||
<p>For subsequent builds, you can <strong>use the Quick Build tools from your project dashboard</strong>. Choose the formats you want to build, and Atlas will automatically use the same settings you initially chose on the Build Settings page.</p>
|
||||
|
||||
<figure><img alt="Alt Text" class="icontentsimagesquickbuildspng" src="contents/images/quickbuilds.png" /> <figcaption>The Builds menu on the project dashboard allows you to quickly trigger a build using your previously chosen settings.</figcaption></figure>
|
||||
<figure><img alt="Alt Text" class="icontentsimagesquickbuildspng" src="images/quickbuilds.png" /> <figcaption>The Builds menu on the project dashboard allows you to quickly trigger a build using your previously chosen settings.</figcaption></figure>
|
||||
</section>
|
||||
|
||||
<section data-type="sect1">
|
||||
@ -92,7 +92,7 @@
|
||||
|
||||
<p><strong>To apply a theme to your project</strong>, choose one of the default themes on the Build Settings page, or add a link to your own custom theme.</p>
|
||||
|
||||
<figure><img alt="Alt Text" class="icontentsimagesthemepng" src="contents/images/theme.png" /> <figcaption>Add a design to your project on the Build Settings page.</figcaption></figure>
|
||||
<figure><img alt="Alt Text" class="icontentsimagesthemepng" src="images/theme.png" /> <figcaption>Add a design to your project on the Build Settings page.</figcaption></figure>
|
||||
</section>
|
||||
|
||||
<section data-type="sect1">
|
||||
|
Loading…
Reference in New Issue
Block a user