Git Product home page Git Product logo

hugofy-sublime's Introduction

hugofy-sublime's People

Contributors

akmittal avatar eschlon avatar maksim77 avatar mohoromitch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hugofy-sublime's Issues

hugo version command "Hugo not installed or path not set"

Hi,

i've tried to use the hugofy plugin with my sublimetext.

hugofy: Version causes the following error: "Hugo not installed or path not set"

which hugo

/usr/local/bin/hugo

then i've checked the sourcecode:

out=subprocess.check_output("hugo version",stderr=subprocess.STDOUT,universal_newlines=True)
>>> import subprocess
>>> subprocess.check_output("hugo version",stderr=subprocess.STDOUT,universal_newlines=True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
>>>import subprocess
subprocess.check_output(["hugo", "version"],stderr=subprocess.STDOUT,universal_newlines=True)
'Hugo Static Site Generator v0.14 BuildDate: 2015-09-22T13:00:01+02:00\n'

this worked better for me, can you reproduce this issue?

MacOS 10.11.1, Python 2.7.10

if you like i can provide a PR

New post to subfolder

Hello,

this is my first time with Sublime Text :-) Only bought to use the plugin from you, thanks a lot. I have one question: If I create new post, its always in the content/post folder, how can I choose the folder, where new post should be created ?
For example: content/post/2018/08/example.md ?

cu denny

Start Server Failing

The Start Server option was failing for me and it seems to be some minor issues with the command string and status message. I've made some changes that fixed the issue on my end and submitted a pull request.

Very handy plugin, feedback on the pull request welcome.

Error trying to parse settings when creating new post

Im trying Hugofy: New Post command on sublite text and I get the following error:

Error trying to parse settings: Unexpected character, expected a comma or closing bracket in Packages/Hugofy/hugofy.sublime-settings:9:3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.