Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site.js
lib
Node Hugo
Commits
68f53b9a
Verified
Commit
68f53b9a
authored
Jul 10, 2020
by
Aral Balkan
Browse files
Add arm64 support
parent
7555080e
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
68f53b9a
...
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [1.5.0] - 2020-07-09
### Added
-
arm64 support.
## [1.4.1] - 2020-06-28
### Added
...
...
README.md
View file @
68f53b9a
...
...
@@ -2,7 +2,11 @@
A basic cross-platform interface to the Hugo binary from Node.js that uses the 64-bit release binaries to support Linux, macOS, and Windows.
It should __just work™__ 🤞
It should __just work™__
## System requirements
Runs on x64, arm, and arm64 on Linux, macOS, and Windows.
## Installation
...
...
index.js
View file @
68f53b9a
...
...
@@ -188,6 +188,7 @@ class Hugo {
const
architectureMap
=
{
arm
:
'
arm
'
,
arm64
:
'
arm
'
,
x64
:
'
amd64
'
}
...
...
package-lock.json
View file @
68f53b9a
{
"name"
:
"@small-tech/node-hugo"
,
"version"
:
"1.
0
.0"
,
"version"
:
"1.
5
.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
68f53b9a
{
"name"
:
"@small-tech/node-hugo"
,
"version"
:
"1.
4.1
"
,
"version"
:
"1.
5.0
"
,
"description"
:
"A basic cross-platform interface to the Hugo binary from Node.js."
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment