diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..002e772 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +.DS_Store +.AppleDouble +.LSOverride +Icon +._* +.Spotlight-V100 +.Trashes +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ + +app/less/*.css +dist/ +node_modules/ +pkg/tmp/ +pkg/*.nupkg +pkg/*.zip + +[Dd]ebug/ +[Bb]uild/ +[Rr]elease/ +[Bb]in/ +[Oo]bj/ +[Pp]ackages/ + +*.aps +*.bak +*.backup +*.build.csdef +*.cache +*.ilk +*.lib +*.log +*.meta +*.ncb +*.obj +*.orig +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.scc +*.sdf +*.sln.docstates +*.suo +*.tlb +*.tlh +*.tli +*.tmp +*.user +*.vspscc +*.[Pp]ublish.xml +*_i.c +*_p.c +.builds +.svn +.hg +.hgignore \ No newline at end of file diff --git a/images/example1.png b/images/example1.png new file mode 100644 index 0000000..d892cb8 Binary files /dev/null and b/images/example1.png differ diff --git a/index.html b/index.html index 530efec..b8e95f5 100644 --- a/index.html +++ b/index.html @@ -35,11 +35,11 @@
Archetype is an Umbraco 7 property editor that wraps other installed property editors. By wrapping the other properties, Archetype allows for custom and repeatable fieldset mashups.
Checkout some videos of Archetype in action here: http://blog.imulus.com/kevin-giszewski/umbraco-7-package-preview-archetype
- +
Install the package through the Umbraco package installer or via NuGet.
+Install the latest package through the Umbraco package installer or via NuGet.