-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
2018 Full Site Update #28
Conversation
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.
Looks really cool! However, I’d like it if you could make each subsection actually a subsection - i.e. instead of “to install: do this” make it a subsection with title “to install” and content “do this” - does that make sense?
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.
A few extra comments as well.
404.html
Outdated
<br/> | ||
<div class="jumbotron"> | ||
<h2> 404 </h2> | ||
<h3> You seem a bit lost, there doesn't seem to be anything here... </h3> |
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.
Could you change this string back? I liked the MLT quote.
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.
Okay 👍
<li>Double-click <code>reinstall.bat</code></li> | ||
<li>You're done! Logs will be available at <code>logs\uninstall.log</code> and <code>logs\install.log</code>.</li> | ||
</ol> | ||
<!-- Smelt Navbar --> |
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.
HTML comments, nice
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.
lol, It's quite a long HTML file with a lot of <div>
's, So it's better to know exactly where everything starts and ends.
Just pushed the requested changes. 👍 |
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.
I'll merge this once I can actually see the preview ;)
LGTM though!
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.
A nitpick about style and a little inaccuracy.
<h3>To install commands pre-downloaded from other sources:</h3> | ||
<ol> | ||
<li>Move the downloaded commands into the <code>extensions</code> folder.</li> | ||
<li>Double-click <code>install.bat</code></li> |
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.
Looking at the preview, <code>
tags do seem to be monospaced, but blue highlight isn't really good - I'd prefer default font color and some sort of background color - preferably with a little padding.
index.html
Outdated
<p class="lead">Delete the previous versions from the <code>extension</code> folder and Move the new versions into the <code>extension</code> folder. Now just double-click <code>reinstall.bat</code>, and you're done! Logs will be available at <code>logs\uninstall.log</code> and <code>logs\install.log</code>.</p> | ||
<br/> | ||
<h2>To upgrade commands available here:</h2> | ||
<p class="lead">Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) and type sbpm install <code>_package_/upgrade</code> (replace <code>_package_</code> with the name of the desired package). You're done! A log will be available at <code>logs\install.log</code>.</p> |
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.
Replace sbpm install <code>_package_/upgrade</code>
with <code>sbpm install _package_ /upgrade</code>
.
sbpm install
is part of the command...- There is a space between
_package_
and/upgrade
- so_package_ /upgrade
instead of_package_/upgrade
.
Also, you might want to make a note of /U
being a shorter alternative to /upgrade
- both do the same thing, but if you know the former, it's quicker.
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.
Oh, by the way, could you also change it so that anywhere it said "double-click foo.bat" it now says "run sbpm foo
"? thanks
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.
Just a last change, and this should be good to go!
<title>Smelt: Batch Package Manager</title> | ||
<style> | ||
code { |
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.
Good start - change this CSS section to:
code {
color: black;
background-color: <something>;
padding: <something>;
}
Replace <something>
with something that looks nice :)
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.
Looking great! Thanks for this :)
Changes
Preview It
https://vutondesign.com/smelt-modding.github.io